Int64NINumericInt64NLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int64N INumeric<Int64N>.LogicalExclusiveOr(
Int64N value
)
Private Function LogicalExclusiveOr (
value As Int64N
) As Int64N Implements INumeric(Of Int64N).LogicalExclusiveOr
private:
virtual Int64N LogicalExclusiveOr(
Int64N value
) sealed = INumeric<Int64N>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : Int64N -> Int64N
private override LogicalExclusiveOr :
value : Int64N -> Int64N
- value Int64N
- The value with which to compute the logical exclusive OR.
Int64NThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)